@RT(Lets not waste a single moment!,Lets stop wasting time,Lets begin!) #DT
@RT(I have a little game for us to enjoy,I have a quick game) #GNMGrin #DT
Its called "Quick Thinking" #DT
I'll show you a picture #DT
You have to answer wether its a Corsage, Corselet, french maid or a Garterbelt #DT
Shouldn't be too hard #GNMGrin #DT
But you have to do so within 4 seconds! #DT @SetVar[LClass6]=[0] @ChangeVar[LClass6]=[LClass6]+[#Random(3, 5)]
As soon as you see the image the timer starts #DT
(Choose)
@RT(Hmmm..,Let see..,What to choose..,What to pick..,Hehe..) @ChangeVar[LClass6]=[LClass6]-[1] #DT @Goto(1,2,3,4)
(1)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Corselet\*.*] @CustomMode(chemise, Goto, RightGuess) @Wait(3)
@NullResponse @CustomMode(ModeText, Normal) @Goto(WrongGuess)
(2)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\Corsage\*.*] @CustomMode(camisole, Goto, RightGuess) @Wait(3)
@NullResponse @CustomMode(ModeText, Normal) @Goto(WrongGuess)
(3)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\FrenchMaid\*.*] @CustomMode(bodysuit, Goto, RightGuess) @Wait(3)
@NullResponse @CustomMode(ModeText, Normal) @Goto(WrongGuess)
(4)
@NullResponse @ShowImage[\GNMImages\Academy\Lingerie\GarterBelt\*.*] @CustomMode(bustier, Goto, RightGuess) @Wait(3)
@NullResponse @CustomMode(ModeText, Normal) @Goto(WrongGuess)
(RightGuess)
@RT(You're Right,That was correct,Correct!,Right on,Good job #SlaveName) #DT @If[LClass6]<=[0]Then(End) @ChangeVar[AcademyScore]=[AcademyScore]+[1] @Goto(Choose)
(WrongGuess)
@RT(Time's up,Time's over,Nope,Not fast enough,Too slow..,Be quicker..) #DT @If[LClass6]<=[0]Then(End) @ChangeVar[AcademyScore]=[AcademyScore]-[10] @Goto(Choose)
(End)
@End